Markov Chain
A Markov chain is a sequence where item at only depends on the item at . Formally: This memoryless property is called Markov property.
It's used in:
- Early text generation models
- Reinforcement Learning (TODO: Markov Decision Process)
- Forward process of the diffusion models, where it adds noise to image based on the current state only.